Namespace - LJCDataAccess
Parameters
parameterName - The parameter name.
sqlDbType -
The SqlDbType
value.
size - The size value.
value - The parameter value.
direction - The parameter direction.
Returns
A reference to the added item.
Syntax
C# |
public ProcedureParameter Add(String parameterName, SqlDbType sqlDbType, Int32 size, Object value = null, ParameterDirection direction = ParameterDirection.Input)
|
Creates and adds the object from the provided values.
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.